From 74443aab8044e9c7ff6668621d85ecf6602c20e4 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 26 Jul 2010 15:02:33 +0000 Subject: [PATCH] Tweak OSM node to output 7 decimal places. --- osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.c b/osm.c index c8cd08c65..f96871998 100644 --- a/osm.c +++ b/osm.c @@ -795,7 +795,7 @@ osm_waypt_disp(const waypoint *wpt) *id = --node_id; ((waypoint *)(wpt))->extra_data = id; - gbfprintf(fout, " latitude, wpt->longitude); + gbfprintf(fout, " latitude, wpt->longitude); if (wpt->creation_time) { char time_string[64]; xml_fill_in_time(time_string, wpt->creation_time, wpt->microseconds, XML_LONG_TIME); -- 2.30.2